home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ----------------------------------------------------------------
- echo.
- echo This batch file will print TPLABEL.DOC. You will need 11 pages
- echo of paper in your printer. There are no special printer control
- echo characters so this should print on any printer.
- echo.
- echo ----------------------------------------------------------------
- echo.
- echo Be sure your printer is ON and ON LINE................
- echo.
- echo To cancel this batch file press CTRL-C
- echo.
- pause
- echo Printing TPLABEL.DOC Please Wait........................
- copy TPLABEL.DOC PRN
- echo.
- echo Finished..............................................
-
-